home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17162 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.pf.bawue.de!usenet
  2. From: Arnd Rosemeier <gucky@paunaro.pf.bawue.de>
  3. Newsgroups: comp.lang.c++
  4. Subject: A simple DLL in Visual C++ 4.0
  5. Date: Sat, 13 Apr 1996 02:44:52 -0700
  6. Organization: BaWue-Net Pforzheim
  7. Message-ID: <316F7794.244@paunaro.pf.bawue.de>
  8. NNTP-Posting-Host: paunaro.pf.bawue.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I; 16bit)
  13.  
  14. I'm a Visual C++ 4.0 Newbie. My question is simple: Is there anyone 
  15. reading this who has done a simple (not MFC-enhancing, no special 
  16. features, but maybe done with the AppWizard) 32-Bit DLL, where i can put 
  17. some ordinary C++-Code for accessing with Visual Basic 4.0 (32 Bit)? 
  18. Please EMail me, i've tried everything even remotely possible, but either 
  19. i'm a complete idiot or it's REALLY a hard job. It would be nice if you 
  20. would post a skeleton application with comments where to put the routine 
  21. declarations and how. If this isn't possible or convenient, perhaps you 
  22. can tell me where to get additional information about this. The books 
  23. online don't handle this problem properly (all examples are over-complex 
  24. and are using some special features which i don't need or are simply not 
  25. working).
  26. #! rnews 0
  27. Path: news.pf.bawue.de!usenet
  28. From: Arnd Rosemeier <gucky@paunaro.pf.bawue.de>
  29. Newsgroups: comp.sources.wanted
  30. Subject: A simple Visual C++ DLL
  31. Date: Sat, 13 Apr 1996 02:52:07 -0700
  32. Organization: BaWue-Net Pforzheim
  33. Lines: 12
  34. Message-ID: <316F7947.7740@paunaro.pf.bawue.de>
  35. NNTP-Posting-Host: paunaro.pf.bawue.de
  36. Mime-Version: 1.0
  37. Content-Type: text/plain; charset=us-ascii
  38. Content-Transfer-Encoding: 7bit
  39. X-Mailer: Mozilla 2.0 (Win95; I; 16bit)
  40.  
  41. I'm a Visual C++ 4.0 Newbie. My question is simple: Is there anyone 
  42. reading this who has done a simple (not MFC-enhancing, no special 
  43. features, but maybe done with the AppWizard) 32-Bit DLL, where i can put 
  44. some ordinary C++-Code for accessing with Visual Basic 4.0 (32 Bit)? 
  45. Please EMail me, i've tried everything even remotely possible, but either 
  46. i'm a complete idiot or it's REALLY a hard job. It would be nice if you 
  47. would post a skeleton application with comments where to put the routine 
  48. declarations and how. If this isn't possible or convenient, perhaps you 
  49. can tell me where to get additional information about this. The books 
  50. online don't handle this problem properly (all examples are over-complex 
  51. and are using some special features which i don't need or are simply not 
  52. working).
  53.